home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows 6-Pak - Disc 5
/
Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO
/
Visual-Basic-Tools
/
installoew.exe
/
MPW32.DL_
/
MPW32.DL
/
RCDATA
/
TFTPFORM
/
TFTPFORM.txt
Wrap
Text File
|
1997-05-14
|
2KB
|
103 lines
object FTPForm: TFTPForm
Left = 293
Top = 120
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'FTPForm'
ClientHeight = 219
ClientWidth = 325
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Frame: TGroupBox
Left = 8
Top = 12
Width = 309
Height = 168
Caption = 'DOWNLOADING'
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
object Gauge: TMPWGauge
Left = 8
Top = 140
Width = 293
Height = 20
Font.Color = clMaroon
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ForeColor = clAqua
ParentFont = False
Progress = 0
end
object Memo: TMemo
Left = 8
Top = 24
Width = 293
Height = 113
TabStop = False
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
end
object CancelButton: TButton
Left = 260
Top = 188
Width = 57
Height = 25
Hint = 'Cancel'
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
OnClick = CancelButtonClick
end
object NetServer: TMPGNetServer
OnInfo = NetServerInfo
OnDisconnect = NetServerDisconnect
OnRead = NetServerRead
Left = 36
Top = 188
end
object NetClient: TMPGNetClient
Address = 'ftp.braintree.com'
Port = '21'
TimeOut = 10
OnInfo = NetClientInfo
OnConnect = NetClientConnect
OnTimeOut = NetClientTimeOut
OnDisconnect = NetClientDisconnect
OnRead = NetClientRead
OnWrite = NetClientWrite
Left = 8
Top = 188
end
object Timer: TTimer
Enabled = False
Interval = 250
OnTimer = TimerTimer
Left = 64
Top = 188
end
end